Update actions/upload-pages-artifact action to v5#9
Update actions/upload-pages-artifact action to v5#9renovate[bot] wants to merge 1 commit intomainfrom
Conversation
Review or Edit in CodeSandboxOpen the branch in Web Editor • VS Code • Insiders |
|
|
EntelligenceAI PR SummaryThis PR updates the
Confidence Score: 5/5 - Safe to MergeSafe to merge — this PR performs a straightforward version bump of Key Findings:
Files requiring special attention
|
WalkthroughThis update bumps the Changes
Sequence DiagramThis diagram shows the interactions between components: sequenceDiagram
participant GH as GitHub Actions Runner
participant CP as actions/configure-pages@v5
participant UA as actions/upload-pages-artifact
participant DP as actions/deploy-pages
GH->>CP: Setup Pages
activate CP
CP-->>GH: Pages configuration ready
deactivate CP
Note over UA: Updated from v3 -> v5
GH->>UA: Upload artifact (path: '.')
activate UA
UA-->>GH: Artifact uploaded
deactivate UA
GH->>DP: Deploy to GitHub Pages
activate DP
DP-->>GH: Deployment complete
deactivate DP
🔗 Cross-Repository Impact AnalysisEnable automatic detection of breaking changes across your dependent repositories. → Set up now Learn more about Cross-Repository AnalysisWhat It Does
How to Enable
Benefits
|
This PR contains the following updates:
v3→v5Release Notes
actions/upload-pages-artifact (actions/upload-pages-artifact)
v5Compare Source
v5.0.0Compare Source
Changelog
include-hidden-filesinput @jonchurch (#137)See details of all code changes since previous release.
v4Compare Source
v4.0.0Compare Source
What's Changed
If you need to include dotfiles in your artifact: instead of using this action, create your own artifact according to these requirements https://github.com/actions/upload-pages-artifact?tab=readme-ov-file#artifact-validation
actions/upload-artifactto SHA by @heavymachinery in #127Full Changelog: actions/upload-pages-artifact@v3.0.1...v4.0.0
v3.0.1Compare Source
Changelog
See details of all code changes since previous release.
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.